home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / applic / ncsa / Mac / Telnet2.6 / prerelease / d3 / Telnet2.6.1d3.68k.sit.hqx / Telnet 2.6.1d3 Release Notes < prev   
Encoding:
Text File  |  1994-10-22  |  4.8 KB  |  141 lines

  1. 10/19/94 NCSA Telnet 2.6.1d3 for the Macintosh Release Notes
  2.  
  3. Brought to you by:    Jim Browne (jbrowne@uiuc.edu)
  4.                     Clint Popetz (cpopetz@ncsa.uiuc.edu)
  5.  
  6. These release notes contain the following information:
  7.     Ñ    Changes since the last version
  8.     Ñ    Compiler compatability chart for this source release
  9.     Ñ    Telnet release schedule
  10.     Ñ    Goals left for current release
  11.     Ñ    Bug list
  12.     Ñ    Future features list
  13.     Ñ    Old changes list
  14.     
  15. Changes since 2.6.1d2:
  16. ----------------------
  17.     Keypad and Function key menus added
  18.     Global pref added for Keypad and Function key menus
  19.     Toggle on VT type radio buttons in Terminal prefs fixed
  20.     Toggle on Paste and BS/Del buttons in Session prefs fixed
  21.  
  22. Compiler compatability for 2.6.1d3:
  23. -----------------------------------
  24. TC 7.0:            Unknown
  25. MPW C3.3.1:        Unknown    (MPW C compiler bug prevents compiling of rsmac.c)
  26. MW 68K 1.1.1.2:    Yes
  27. MW PPC 1.1.1.2:    Yes
  28.  
  29. NCSA Telnet for the Macintosh release schedule:
  30. -----------------------------------------------    
  31. Don't bet the farm on these dates.  For entertainment purposes only.
  32.  
  33. 2.6 final documentation        ????            (unknown)
  34. 2.6.1                        Nov 15, 1994    (shaky)
  35. 2.7                            Dec, 1994        (shaky)
  36. 3.0                            Dec+, 1994        (shaky)
  37.  
  38. Development of NCSA Telnet will continue through at least 2.7.  With the 
  39. addition of Clint Popetz to the Telnet team, Telnet development will
  40. continue after the departure of Jim Browne (due to graduation) in December.
  41. Right now we're conecntrating on 2.6.1 and getting Clint up to speed on the
  42. code.  The shakiness of the release dates is due to Jim's lack of time
  43. and Clint's lack of experience with the code.
  44.  
  45. 2.6.1 goals completed:
  46. ----------------------
  47. Ñ    Full PPC port
  48.  
  49. Goals for 2.6.1:
  50. ----------------
  51. Ñ    Fix the VAX/VMS VT220 problems.
  52. Ñ    Fix the NeXT interaction problems.
  53. Ñ    Clean up the segmentation a little bit more and do some memory cleanup.
  54. Ñ    URL command-double-click support (?)
  55.     
  56. ----
  57. This is the list of all Telnet bugs known to NCSA, feel free to mail us if
  58. you find others:
  59.  
  60. Crashes:
  61. Ñ    Crash if window size is changed under low memory conditions
  62. Interface:
  63. Ñ    Window positioning
  64. Ñ    Need to add blocksize pref
  65. Ñ    Telnet doesn't constrain saved window positions to available desktop
  66. Ñ    When switching to 132 columns, window's right edge should stay on screen
  67. *    Connections are giving up too quickly (I believe this is a MacTCP
  68.         problem)
  69. Ñ    Type during paste bug
  70. Ñ    Occasional problems getting the preferences to "stick"
  71. Ñ    Certain control characters not working due to Apple's bad KCHR
  72. Ñ    Certain macro sequences are not sent correctly (?)
  73. Ñ    \r,\n, and \t cannot appear in a Macro sequence
  74. Ñ    Some interaction problems with NeXT systems
  75. Ñ    Capture text sometimes contains extra returns
  76. Implementation:
  77. Ñ    Need to always set push flag when sending return
  78. Ñ    Reduce WDS sizes?
  79. VT emulation:
  80. Ñ    VT220 insert mode problem
  81. Ñ    VT220 fn keys can still be sent while in vt100 mode
  82. Ñ    Problems w/VT emulation when connecting to certain VAX/VMS hosts
  83. Ñ    Screen trashing when forcesave is on
  84. Ñ    Bold font problems need to be solved
  85. Ñ    Tabs don't work completely
  86. Ñ    Clear whole text cell
  87. FTP:
  88. *    FTP log not very useful for Macbinary transfers
  89. Ñ    Can't have more than one FTP client at a time?
  90. *    FTP server filename ISO tranlation not working?
  91. Ñ    FTP Server dropping characters in ASCII mode?
  92. Ñ    Need to add a provision for editing "anonymous"'s directory
  93. Ñ    Occasional MNetPush error when using FTP
  94. Ñ    Occasional "Unable to build data connection" errors w/FTP client
  95. Ñ    FTP transfers occasionally creating zero size files
  96. Ñ    FTP client "lcd" not working properly?
  97. Ñ    Multiple user/one password bug?
  98. TEK:
  99. Ñ    Some TEK emulation bugs
  100.  
  101. In progress for 2.7:
  102.  
  103. Ñ    User set-able block size
  104. Ñ    Save Macros in other ways aside from Saved Sets
  105. Ñ    User set-able timeouts for open and send
  106. Ñ    User set-able font size
  107.  
  108. For 3.0:
  109.  
  110. Ñ    Modeless configuration interface
  111. Ñ    Modeless macro dialog box
  112. Ñ    Scriptable
  113. Ñ    Sessions can be configured to capture immediately from opening
  114. Ñ    FTP user directory restrictions
  115. Ñ    Reverse DNS connecting FTP hosts
  116. Ñ    Support for the unified Mac Kerberos API (when it arrives)
  117.  
  118. Suggestions I don't think I will implement:
  119. Ñ    Different printer font than window font
  120.  
  121. Old Changes
  122. -----------
  123. Changes since 2.6.1d1:
  124.  
  125.     Authentication and Encryption now use plug in modules
  126.     Authentication and Encryption are available on the PPC
  127.     VT screen size display during window resize works on PowerPC version
  128.     Application is a fat binary
  129.  
  130. Changes since 2.6:
  131.  
  132. The port to PowerPC has almost been completed.  Currently Authentication and
  133. Encryption are not available while running on the PPC.  2.6.1d1PPC has been
  134. quite stable for me.  Please let me know if the PPC version shows any bugs
  135. that aren't in the 68K version.
  136.  
  137. Fixed the FTP client 'lls' bug.  I wasn't really looking at this code
  138. currently, but the MW PPC compiler gave me a warning MPW and TC never did,
  139. thus leading me to the cause of this bug. (MW satisfied customer #1000000001)
  140.     
  141.